home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the mouseDownScript to "donescript"
- set the timeoutLength to 3 * 60
- set the timeoutScript to EMPTY
- flagsetter()
- preLoadCast(1, 10)
- set the volume of sound 1 to 150
- end
-
- on stopMovie
- flagsetter()
- end
-
- on donescript
- global soundVar
- soundstopper()
- go("doneframe")
- set the timeoutScript to EMPTY
- set soundVar to random(7)
- set soundVar to "done" & soundVar
- puppetSound(soundVar)
- updateStage()
- end
-
- on soundstopper
- sound stop 1
- sound stop 2
- end
-